home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
popsot.dir
/
00056_Field_56.txt
< prev
next >
Wrap
Text File
|
1983-01-30
|
474b
|
16 lines
on mouseUp
global correlati
set tmp to correlati
set correlati to ""
cursor 4
set garfunkel to item 1 of line the mouseline of field (tmp &".idx")
IF THE MACHINETYPE < 255 THEN
put ":" into char offset ("\", garfunkel) of garfunkel
set garfunkel to ("invenzioni:invenzio:" & garfunkel)
ELSE
set garfunkel to (char 1 of the moviepath & ":\invenzio\" & garfunkel)
END IF
tell the stage to go to movie garfunkel
cursor -1
end